Intersoft ClientUI Documentation
ScrollLatency Property



Gets or sets the scroll latency required to load the page during document scrolling.
Syntax
<CategoryAttribute("Common Properties")>
Public Property ScrollLatency As Double
Dim instance As DocumentViewerGenericBase(Of T)
Dim value As Double
 
instance.ScrollLatency = value
 
value = instance.ScrollLatency
[CategoryAttribute("Common Properties")]
public double ScrollLatency {get; set;}
[CategoryAttribute("Common Properties")]
public:
property double ScrollLatency {
   double get();
   void set (    double value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DocumentViewerGenericBase<T> Class
DocumentViewerGenericBase<T> Members

Send Feedback